(help-with-tutorial): Call `hack-local-variables'
authorJuri Linkov <juri@jurta.org>
Sun, 18 Apr 2004 22:09:56 +0000 (22:09 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 18 Apr 2004 22:09:56 +0000 (22:09 +0000)
to put into effect local variables from TUTORIAL files.

lisp/help-fns.el

index ab76b5eb2327f7cc1d8e60371601e9633537d833..000b8cb5e1645d7d07f9d74d7a0f066c543c0065 100644 (file)
@@ -63,6 +63,7 @@ With ARG, you are asked to choose which language."
       (setq default-directory (expand-file-name "~/"))
       (setq buffer-auto-save-file-name nil)
       (insert-file-contents (expand-file-name filename data-directory))
+      (hack-local-variables)
       (goto-char (point-min))
       (search-forward "\n<<")
       (beginning-of-line)